home *** CD-ROM | disk | FTP | other *** search
/ The National Palace Museum Experience / The National Palace Museum Experience.iso / Programs / Index.dxr / 00112.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  579 b   |  27 lines

  1. on prepareFrame
  2.   global returnlist, spriteNum, endSprite, currlabel
  3.   if getProp(returnlist, #flag) = 1 then
  4.     set the locV of sprite 2 to getProp(returnlist, #text)
  5.     repeat with spriteNum = 2 to endSprite - 1
  6.       setlistposition()
  7.     end repeat
  8.     setProp(returnlist, #flag, 0)
  9.   end if
  10. end
  11.  
  12. on enterFrame
  13.   global returnflag, returnframe, hiliterect, roomcontentsprite, currlabel
  14.   if not rollOver(roomcontentsprite) then
  15.     puppetSprite(hiliterect, 0)
  16.     go(currlabel && "List")
  17.   end if
  18. end
  19.  
  20. on exitFrame
  21.   go(the frame)
  22. end
  23.  
  24. on idle
  25.   checkroomrollover(#up)
  26. end
  27.